home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 653 b | 38 lines |
- [SUBJECT]
- Description=Sends the right browser to the right browser-optimized page
- ImageIndex=-1
- Folder=Tools
-
-
- [BODY_TEXT]
- ;
- ;<div align="center">
- ;<script language="JavaScript">
- ;
- ;<!-- Begin
- ;var name = navigator.appName;
- ; if (name == "Microsoft Internet Explorer")
- ;url=("`IE_URL`");
- ;else
- ;url=("`NETSCAPE_URL`");
- ;document.write('<a href="' + url + '">Enter</a>');
- ;
- ;// You may make the redirection automatic by using this line
- ;// window.location=url; instead of the document.write above
- ;
- ;// End -->
- ;</script>
- ;</div>
- ;
-
-
- [`IE_URL`]
- Kind=S
- Value=MSIE.html
-
-
- [`NETSCAPE_URL`]
- Kind=S
- Value=Netscape.html
-
-